home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.3
- date 90.12.03.13.21.31; author rab; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 90.12.03.12.55.34; author rab; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 90.12.03.12.54.52; author rab; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.3
- log
- @Added -Dm68851 flag to CFLAGS so that mc68030 mmu instructions work.
- @
- text
- @#
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provided by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff.
- #
-
- CFLAGS += -I../as/sprite -I../as/dist -I/sprite/lib/include/sun3.md \
- -Derror=as_fatal -Dm68851
-
- #include <$(SYSMAKEFILE)>
-
- .PATH.h : ../as/sprite ../as/dist /sprite/lib/include/sun3.md
-
- #
- # Arrange for programs to be installed in the library area instead of
- # the normal commands area.
- #
-
- TMINSTALLDIR = /sprite/lib/gcc/$(TM).md
-
- @
-
-
- 1.2
- log
- @Added -Dm68851 flag so that mc68030 instructions are included.
- @
- text
- @d8 2
- a9 1
- CFLAGS += -I../as/sprite -I../as/dist -Derror=as_fatal -Dm68851
- d13 1
- a13 1
- .PATH.h : ../as/sprite ../as/dist
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d8 1
- a8 1
- CFLAGS += -I../as/sprite -I../as/dist -Derror=as_fatal
- @
-